@media screen and (max-width: 992px) and (min-width:0px) {
  .navRightIcon {
    display: none;
  }

  .header #navToggle {
    position: absolute;
    top: 10px;
    right: 30px;
  }

  header .container {
    height: 100%;
  }

  header .container .navBox {
    height: 100%;
  }

  .proListSwiper img {
    max-width: 400px;
  }

  .proListSlide {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .proListMore {
    position: revert;
  }

  .newsBox {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .news {
    width: 45%;
    margin: 30px 0;
  }
}
